@charset "UTF-8";
/**
颜色配备
**/
.indexBanner {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #333333;
  overflow: hidden;
}
.indexBanner .indexLogin {
  position: absolute;
  width: 280px;
  height: 280px;
  z-index: 11;
  top: 64px;
  left: 50%;
  transform: translateX(320px);
}

#ibanner {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #777777;
  text-align: center;
  font-size: 60px;
}
#ibanner .item {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ibanner .pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
  height: 6px;
  display: flex;
  width: auto;
  left: 50%;
  transform: translate(-50%);
}
#ibanner .pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  transition: all 0.4s;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  opacity: 0.3;
}
#ibanner .pagination .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 0.8;
}
#ibanner .train_arrows {
  width: 1320px;
  position: absolute;
  top: 175px;
  left: 50%;
  margin-left: -660px;
  z-index: 999;
}
#ibanner .train_arrows .leftArrow, #ibanner .train_arrows .rightArrow {
  display: flex;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0.6;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
#ibanner .train_arrows .leftArrow i, #ibanner .train_arrows .rightArrow i {
  font-size: 30px;
  color: #000;
}
#ibanner .train_arrows .leftArrow:hover, #ibanner .train_arrows .rightArrow:hover {
  background-color: #fff;
  opacity: 1;
}
#ibanner .train_arrows .leftArrow:hover i, #ibanner .train_arrows .rightArrow:hover i {
  color: #000;
}
#ibanner .train_arrows .leftArrow {
  left: 0;
  transform: rotate(180deg);
}
#ibanner .train_arrows .rightArrow {
  right: 0;
}

.home_datainfo {
  height: 110px;
  background-color: #F9F9FE;
}
.home_datainfo .con {
  width: 1200px;
  margin: auto;
  padding-top: 22px;
}
.home_datainfo .con .datainfo_item:last-child {
  width: 200px;
  flex: initial;
}
.home_datainfo .con .datainfo_item img {
  vertical-align: middle;
  margin-right: 8px;
}
.home_datainfo .con .datainfo_item .txt {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
}
.home_datainfo .con .datainfo_item .txt .year {
  line-height: 1.2;
}
.home_datainfo .con .datainfo_item .txt .year span {
  font-family: Source Han Sans SC;
  font-weight: 800;
  font-size: 34px;
  color: #444444;
  font-style: italic;
  margin-right: 10px;
}

.home_cy .category {
  font-size: 17px;
  color: #777777;
  line-height: 20px;
  margin: 30px 0;
  margin-bottom: 39px;
}
.home_cy .category .items {
  height: 20px;
  display: flex;
  justify-content: space-between;
}
.home_cy .category .items a {
  color: #777777;
  display: inline-block;
  margin-right: 16px;
}
.home_cy .category .items .all {
  color: #333333;
  font-weight: bold;
}
.home_cy .cy_item {
  display: inline-block;
  width: 280px;
  height: 173px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  margin: 0 20px 20px 0;
  padding: 20px;
  padding-bottom: 5px;
  color: #666666;
  line-height: 1;
}
.home_cy .cy_item:nth-child(2n) {
  margin-right: 0;
}
.home_cy .cy_item .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  height: 20px;
}
.home_cy .cy_item .title .bp {
  width: 32px;
  height: 20px;
  background: #99B2E3;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  line-height: 20px;
  display: inline-block;
  margin: 0 4px;
}
.home_cy .cy_item .title .vx-flex_item {
  min-width: 36px;
}
.home_cy .cy_item .des {
  line-height: 1;
  margin-top: 18px;
}
.home_cy .cy_item .keys {
  margin: 20px 0;
  vertical-align: middle;
}
.home_cy .cy_item .keys img {
  margin-right: 5px;
}
.home_cy .cy_item .tags {
  height: 22px;
  overflow: hidden;
}
.home_cy .cy_item .tags .tag {
  margin-right: 10px;
  border-color: #4860D3;
  color: #4860D3;
  font-size: 12px;
  margin-bottom: 2px;
}

.home_kx {
  margin-bottom: 30px;
}
.home_kx .news {
  height: 250px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.home_kx .news .items {
  position: relative;
}
.home_kx .news .items:hover {
  animation-play-state: paused !important;
}
.home_kx .news .item {
  position: relative;
  padding: 0 0 20px 25px;
}
.home_kx .news .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #EDEEF5;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
}
.home_kx .news .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  width: 1px;
  height: 100%;
  background: #F2F2F2;
}
.home_kx .news .item:hover .title {
  color: #4860D3;
}
.home_kx .news .item:hover::after {
  left: 4px;
  width: 12px;
  height: 12px;
  background: rgba(47, 117, 199, 0.1);
  border: 4px solid #4860D3;
  border-radius: 50%;
  box-sizing: border-box;
}
.home_kx .news .item .title {
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
}
.home_kx .news .item .time {
  color: #999999;
  font-size: 12px;
  line-height: 2;
}
.home_kx .news .item .des {
  font-size: 12px;
  color: #666666;
  line-height: 1.6;
  display: none;
}

.home_agency {
  background: linear-gradient(0deg, rgba(247, 248, 253, 0) 0%, #F5F6FC 100%);
}
.home_agency .home_agency_con {
  width: 1230px;
  margin: auto;
}
.home_agency .home_agency_con .agency-title {
  padding: 35px 15px 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  display: flex;
  justify-content: space-between;
}
.home_agency .home_agency_con .agency-title a {
  font-size: 14px;
  color: #4860D3;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.home_agency .home_agency_con .agency-title a i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/home/home045.png);
  margin-left: 5px;
}
.home_agency .home_agency_con .agency-title a:hover {
  color: #4860D3;
}
.home_agency .home_agency_con .agency-title a:hover i {
  background: url(../images/home/home045_hover.png);
}
.home_agency .home_agency_con .agency-step {
  margin: 30px 0 0 15px;
  width: 330px;
  height: 50px;
  background: url(../images/home/ct_title.png);
  display: flex;
  font-size: 18px;
  color: #4860D3;
  font-weight: bolder;
}
.home_agency .home_agency_con .agency-step .agency-step-left {
  width: 108px;
  text-align: center;
  line-height: 45px;
}
.home_agency .home_agency_con .agency-step .agency-step-right {
  flex: 1;
  text-align: center;
  line-height: 45px;
}
.home_agency .home_agency_con .agency-step-list {
  width: 1200px;
  margin: 0 auto;
  padding: 27px 0 25px;
}
.home_agency .home_agency_con .agency-step-list ul {
  display: flex;
  justify-content: space-between;
}
.home_agency .home_agency_con .agency-step-list ul li {
  height: 70px;
  background: url(../images/home/ctjg_num.png) no-repeat;
  padding-left: 24px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.home_agency .home_agency_con .agency-step-list ul li .num {
  font-size: 36px;
  color: #CFD0E6;
  font-style: italic;
  margin-right: 5px;
}
.home_agency .home_agency_con .agency-step-list ul li article {
  font-size: 20px;
  color: #111111;
  margin-right: 5px;
}
.home_agency .home_agency_con .agency-step-list ul li aside {
  width: 35px;
  height: 18px;
  background: url(../images/home/ctjg_narrow.png);
}
.home_agency .home_agency_con .leftBar {
  padding-top: 15px;
  display: inline-block;
  width: 85px;
  height: 235px;
  background-image: url("../images/home/home023.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}
.home_agency .home_agency_con .leftBar .title {
  width: 22px;
  margin: 38px 30px 0 22px;
  text-align: left;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
.home_agency .home_agency_con .leftBar .more {
  margin: 25px 30px 0 22px;
  width: 29px;
  height: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #4A61CC;
}
.home_agency .home_agency_con .rightList {
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}
.home_agency .home_agency_con .rightList .agencyItems {
  white-space: nowrap;
}
.home_agency .home_agency_con .rightList .agencyItem {
  display: inline-block;
  margin-right: 21px;
  width: 400px;
  height: 225px;
  background: linear-gradient(0deg, rgba(247, 248, 253, 0) 0%, #F7F8FD 100%);
  box-shadow: 0px 4px 12px rgba(159, 159, 159, 0.25);
  position: relative;
  white-space: normal;
}
.home_agency .home_agency_con .rightList .agencyItem .deliver {
  position: absolute;
  right: 34px;
  text-align: right;
  bottom: 25px;
  font-size: 14px;
}
.home_agency .home_agency_con .rightList .agencyItem .deliver a {
  color: #4860D3;
  display: flex;
  align-items: center;
}
.home_agency .home_agency_con .rightList .agencyItem .deliver i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/home/home044.png");
  margin-left: 5px;
}
.home_agency .home_agency_con .rightList .agencyItem .deliver a:hover i {
  background: url("../images/home/home044_hover.png");
}
.home_agency .home_agency_con .rightList .agencyItem .attention-hot {
  position: absolute;
  top: 18px;
  right: 34px;
  height: 18px;
  font-size: 12px;
  text-align: right;
  display: flex;
  align-items: center;
  color: #666;
  z-index: 99;
}
.home_agency .home_agency_con .rightList .agencyItem .attention-hot i {
  display: block;
  width: 13px;
  height: 16px;
  background: url("../images/home/icon_hot.png");
  margin-right: 5px;
}
.home_agency .home_agency_con .rightList .agencyItem .attention-hot span {
  font-size: 14px;
  color: #FF5F32;
  margin-left: 6px;
  font-weight: bold;
}
.home_agency .home_agency_con .rightList .agencyItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 103px;
  background-color: #FFFFFF;
  z-index: 0;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo {
  padding-top: 43px;
  z-index: 1;
  position: relative;
  display: flex;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .user {
  text-align: center;
  width: 130px;
  padding: 0 20px;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .user .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #EBECFE;
  display: inline-block;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .user .avatar .img {
  display: block;
  width: 80px;
  height: 80px;
  background: #232E4C;
  border-radius: 50%;
  background-size: cover;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .user .online {
  margin: auto;
  margin-top: 24px;
  width: 74px;
  height: 22px;
  border: 1px solid #EBECFE;
  font-size: 12px;
  color: #99B2E3;
  line-height: 22px;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .info {
  flex: 1;
  padding-top: 8px;
  font-size: 14px;
  color: #666666;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .info .name {
  font-size: 16px;
  color: #666666;
  height: 25px;
  line-height: 25px;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .info .name span {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-right: 10px;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .info .des {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding: 12px 30px 0 0;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .info .des p {
  height: 20px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home_agency .home_agency_con .rightList .agencyItem .userinfo .info .des p span {
  color: #333;
}
.home_agency .home_agency_con .rightList .agencyItem .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  border-top: 1px #F5F5F5 solid;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
}
.home_agency .home_agency_con .rightList .agencyItem .btns > div:first-child {
  border-right: 1px #F5F5F5 solid;
}
.home_agency .home_agency_con .rightList .agencyItem .btns span {
  font-weight: bold;
  color: #F96239;
}
.home_agency .home_agency_con .rightList .agencyItem .btns img {
  display: inline-block;
}
.home_agency .home_agency_con .rightList .mask {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: url("../images/public/mask_br.png");
  background-position: 0 0;
  background-size: 100%;
}
.home_agency .home_agency_con .rightList .maskleft {
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url("../images/public/mask_br.png");
  background-position: 0 0;
  background-size: 100%;
  transform: rotate(180deg);
}

.home_events {
  width: 1200px;
  margin: 20px auto;
  line-height: 30px;
}
.home_events .eventItems {
  overflow: hidden;
  height: 30px;
  width: 480px;
  position: relative;
}
.home_events .eventItems .swiper-slide {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 460px;
}
.home_events .title {
  font-weight: bold;
  font-size: 16px;
  color: #F96239;
  padding-right: 30px;
}

.home_recommend {
  height: 550px;
  background-image: url("../images/home/home013.png?20221110");
  background-repeat: repeat-x;
  background-position: 0 0;
  position: relative;
  background-color: #232E4C;
  overflow: hidden;
}
.home_recommend .show-more {
  display: block;
  position: absolute;
  width: 220px;
  height: 40px;
  font-size: 16px;
  background: #4860d3;
  color: #fff;
  text-align: center;
  line-height: 40px;
  left: 50%;
  margin-left: -110px;
  bottom: 26px;
}
.home_recommend .show-more:hover {
  color: #fff;
  background: #3c54c7;
}
.home_recommend .r_top {
  width: 1200px;
  margin: auto;
  padding-top: 42px;
}
.home_recommend .r_top .left {
  padding-top: 19px;
  display: block;
}
.home_recommend .r_top .left .slogan {
  font-size: 18px;
  color: #7392ce;
  padding-top: 5px;
}
.home_recommend .r_top .left aside {
  width: 177px;
  height: 70px;
  margin-left: -18px;
  margin-top: 5px;
  line-height: 60px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: url("../images/home/wystj_03.png");
}
.home_recommend .r_top .right {
  text-align: right;
  position: relative;
  padding-top: 19px;
}
.home_recommend .r_top .right .sBtn {
  position: absolute;
  right: 25px;
  top: 5px;
}
.home_recommend .r_top .right .sBtn img {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 8px;
}
.home_recommend .recommend_arrows {
  height: 240px;
  width: 1320px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 20px;
}
.home_recommend .recommend_arrows .leftArrow, .home_recommend .recommend_arrows .rightArrow {
  display: inline-block;
  position: absolute;
  top: 35%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.home_recommend .recommend_arrows .leftArrow i, .home_recommend .recommend_arrows .rightArrow i {
  font-size: 20px;
}
.home_recommend .recommend_arrows .leftArrow:hover, .home_recommend .recommend_arrows .rightArrow:hover {
  background-color: #ffffff;
}
.home_recommend .recommend_arrows .leftArrow {
  left: 0;
  transform: rotate(180deg);
}
.home_recommend .recommend_arrows .rightArrow {
  right: 0;
}
.home_recommend .recItems {
  height: 230px;
  width: 1199px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}
.home_recommend .recItems .recItem {
  float: left;
  width: 260px;
  height: 230px;
  margin-right: 53px;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
}
.home_recommend .recItems .recItem .image {
  height: 150px;
  background-color: #0000005d;
  width: 260px;
  overflow: hidden;
}
.home_recommend .recItems .recItem .image img {
  width: 260px;
  height: 150px;
}
.home_recommend .recItems .recItem .image .img {
  display: block;
  width: 260px;
  height: 150px;
}
.home_recommend .recItems .recItem .info {
  padding: 10px 20px;
  color: #666666;
  background: #fff;
  height: 80px;
}
.home_recommend .recItems .recItem .info .h03 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  height: 24px;
}

.home_service {
  background: #F5F6FC;
  position: relative;
}
.home_service::after {
  content: "";
  width: 437px;
  height: 437px;
  margin: auto;
  background-image: url(../images/home/home011.png);
  position: absolute;
  top: 0;
  left: calc(50% + 310px);
}
.home_service::before {
  content: "";
  width: 437px;
  height: 437px;
  margin: auto;
  background-image: url(../images/home/home012.png);
  position: absolute;
  bottom: 0;
  right: calc(50% + 370px);
}
.home_service .h01 {
  font-size: 32px;
  color: #111111;
  font-weight: bold;
  padding-top: 52px;
  line-height: 1;
  text-align: center;
  z-index: 1;
  position: relative;
}
.home_service .h02 {
  font-size: 24px;
  color: #111111;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
.home_service .h02 span {
  font-weight: normal;
}
.home_service .h03 {
  font-size: 18px;
  color: #666666;
  line-height: 60px;
  text-align: center;
  z-index: 1;
  position: relative;
  font-weight: normal;
}
.home_service .qainfo {
  width: 1200px;
  margin: auto;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.home_service .qainfo.info2 {
  margin-bottom: 22px;
}
.home_service .qainfo .qaItems {
  margin-top: 30px;
  justify-content: space-between;
}
.home_service .qainfo .qaItem {
  position: relative;
}
.home_service .qainfo .qaItem .qaNum {
  display: inline-block;
  width: 108px;
  height: 108px;
  background-image: url(../images/home/home018.png);
  background-repeat: no-repeat;
  font-size: 60px;
  color: #CFD0E6;
  line-height: 106px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 200;
}
.home_service .qainfo .qaItem .txt {
  display: inline-block;
  color: #444444;
  position: relative;
  left: -30px;
}
.home_service .qainfo .qaItem .txt .qm {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.home_service .ps {
  font-size: 14px;
  color: #DDDDDD;
  line-height: 2;
}

.home_advantage {
  width: 1200px;
  margin: auto;
  font-size: 0;
  display: flex;
  z-index: 1;
  position: relative;
}
.home_advantage .adItem {
  position: relative;
  display: inline-block;
  height: 280px;
  width: 385px;
  background-color: #1E273F;
  margin-right: 21px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 2;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.home_advantage .adItem:last-child {
  margin-right: 0;
}
.home_advantage .adItem a {
  color: #fff;
}
.home_advantage .adItem.a {
  background-image: url(../images/home/home035.png);
}
.home_advantage .adItem.b {
  background-image: url(../images/home/home036.png);
}
.home_advantage .adItem.c {
  background-image: url(../images/home/home037.png);
}
.home_advantage .adItem .itemInfo {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
  padding-top: 38px;
}
.home_advantage .adItem .itemInfo .title {
  font-size: 20px;
  line-height: 24px;
}
.home_advantage .adItem .itemInfo .line {
  width: 32px;
  height: 3px;
  background: #FF7356;
  margin: 20px auto 25px auto;
}
.home_advantage .adItem .itemInfo article {
  font-size: 14px;
  line-height: 24px;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: left;
}
.home_advantage .adItem .itemInfo .detail {
  width: 150px;
  height: 36px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 36px;
  margin: 0 auto;
  font-size: 14px;
}
.home_advantage .adItem .itemInfo .itemName {
  transition: all 0.3s;
  color: #fff;
}
.home_advantage .adItem.a:hover {
  background-image: url(../images/home/home0352.png);
}
.home_advantage .adItem.b:hover {
  background-image: url(../images/home/home0362.png);
}
.home_advantage .adItem.c:hover {
  background-image: url(../images/home/home0372.png);
}
.home_advantage .adItem:hover .itemName {
  opacity: 0;
}
.home_advantage .adItem:hover .itemInfo {
  bottom: 0;
  opacity: 1;
}

.home_conact {
  width: 1200px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.3);
  opacity: 0.9;
  margin: 32px auto;
  z-index: 1;
  position: relative;
}
.home_conact .left {
  padding: 30px;
  color: #999999;
  width: 250px;
  background-image: url(../images/home/home024.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.home_conact .left .h02 {
  font-size: 18px;
  line-height: 1.6;
}
.home_conact .left .info {
  margin-top: 10px;
}
.home_conact .left .info span {
  color: #F83600;
}
.home_conact .ad_fromData {
  padding: 32px 20px;
  flex: 1;
}
.home_conact .ad_fromData .ad_fromData_con {
  display: flex;
  width: 900px;
}
.home_conact .ad_fromData .if1 {
  height: 50px;
  line-height: 50px;
  flex: 1;
  margin-right: 18px;
}
.home_conact .ad_fromData .select-form {
  flex: 1;
  height: 50px;
  border: 1px solid #E7E7EA;
  padding: 0 15px;
  position: relative;
  margin-right: 20px;
}
.home_conact .ad_fromData .select-form .select-form-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
}
.home_conact .ad_fromData .select-form .select-form-name span {
  font-size: 16px;
  color: #999999;
}
.home_conact .ad_fromData .select-form .select-form-name span.active {
  color: #333;
}
.home_conact .ad_fromData .select-form .select-form-name i {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #576C85;
}
.home_conact .ad_fromData .select-form .select-form-list {
  position: absolute;
  z-index: 99;
  width: 100%;
  border: 1px solid #E7E7EA;
  left: -1px;
  top: 50px;
}
.home_conact .ad_fromData .select-form .select-form-list li {
  height: 48px;
  background: #fff;
  cursor: pointer;
  padding-left: 16px;
  line-height: 48px;
  font-size: 14px;
  color: #666666;
}
.home_conact .ad_fromData .select-form .select-form-list li:hover {
  background: #F4F6FF;
  font-weight: bold;
  color: #4860D3;
}
.home_conact .ad_fromData .if2 {
  height: 50px;
  line-height: 50px;
  flex: 1;
  margin-right: 18px;
}
.home_conact .ad_fromData input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 50px;
}
.home_conact .ad_fromData button {
  height: 50px;
  line-height: 50px;
}
.home_conact .ad_fromData .info {
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  line-height: 36px;
}

.bannerA {
  height: 200px;
  background: #111111;
}

.home_news {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.home_news .P_title {
  line-height: 1;
  color: #000000;
  height: 50px;
}
.home_news .left {
  padding-right: 30px;
  font-size: 0;
}
.home_news .newcs {
  width: 790px;
  overflow: hidden;
  height: 122px;
}
.home_news .newcs .swiper-newcs {
  width: 790px;
}
.home_news .newcs .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home_news .plane.home_cy {
  padding-right: 20px;
}
.home_news .plane.home_kx {
  width: 326px;
}
.home_news .category {
  font-size: 17px;
  color: #777777;
  line-height: 20px;
  margin: 0;
  margin-bottom: 22px;
}
.home_news .category .items {
  height: 20px;
}
.home_news .category .items a {
  color: #777777;
  display: inline-block;
  margin-right: 16px;
  padding: 0 5px;
}
.home_news .category .items .all {
  color: #4860D3;
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
  background-image: url(../images/home/home0082.png);
  background-position: right 12px;
  background-repeat: no-repeat;
  padding-right: 7px;
}
.home_news .newcsItem {
  display: inline-block;
  width: 100%;
  height: 122px;
  background: #232E4C;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.home_news .newcsItem .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 16px;
  margin-bottom: 16px;
}
.home_news .newcsItem:last-child {
  width: 223px;
  margin-right: 0;
}
.home_news .newsContent {
  padding-right: 40px;
}
.home_news .newsTops {
  padding-bottom: 30px;
}
.home_news .newsTops .newTops_first .image {
  width: 246px;
  height: 186px;
  overflow: hidden;
  position: relative;
}
.home_news .newsTops .newTops_first .image .img {
  display: inline-block;
  width: 246px;
  height: 186px;
  background-size: cover;
  background-position: center center;
}
.home_news .newsTops .newTops_first .text {
  padding-left: 28px;
}
.home_news .newsTops .newTops_first .tags {
  height: 17px;
  font-size: 0;
}
.home_news .newsTops .newTops_first .tag {
  min-width: 36px;
  height: 18px;
  background: #99B2E3;
  text-align: center;
  padding: 0 6px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  border: none;
}
.home_news .newsTops .newTops_first .ctag {
  min-width: 60px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  text-align: center;
  padding: 0 2px;
}
.home_news .newsTops .newTops_first .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  padding-top: 10px;
}
.home_news .newsTops .newTops_first .time {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px #F2F2F2 solid;
}
.home_news .newsTops .newTops_first .fitem {
  line-height: 40px;
  border-bottom: 1px #F2F2F2 solid;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.home_news .newsTops .newTops_first .fitem a.title2 {
  display: block;
  height: 40px;
}
.home_news .newsTops .newTops_first .fitem .ftime {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
  font-weight: normal;
  padding-left: 5px;
  min-width: 60px;
  text-align: right;
}
.home_news .newsTops .newTops_more {
  justify-content: space-between;
  margin-top: 40px;
}
.home_news .newsTops .newTops_more .newTops_more_item {
  width: 245px;
}
.home_news .newsTops .newTops_more .newTops_more_item .image {
  width: 245px;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.home_news .newsTops .newTops_more .newTops_more_item .image .video {
  position: absolute;
  width: 52px;
  height: 52px;
  background: rgba(27, 27, 27, 0.6);
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.home_news .newsTops .newTops_more .newTops_more_item .image .video i {
  display: block;
  width: 30px;
  height: 24px;
  background: url(../images/icon_erji.png);
}
.home_news .newsTops .newTops_more .newTops_more_item .image .img {
  display: inline-block;
  width: 246px;
  height: 186px;
  background-size: cover;
  background-position: center center;
}
.home_news .newsTops .newTops_more .newTops_more_item .image .ctag {
  min-width: 60px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  text-align: center;
  padding: 0 2px;
}
.home_news .newsTops .newTops_more .newTops_more_item .text {
  height: 98px;
  border: 1px solid #F2F2F2;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 10px;
}
.home_news .newsTops .newTops_more .newTops_more_item .text .ellipsis {
  height: 50px;
  display: block;
}
.home_news .newsTops .newTops_more .newTops_more_item .text .time {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.home_news .newsItems .newItem {
  margin: 10px 0 38px 0;
}
.home_news .newsItems .newItem:hover .newContent .title {
  color: #4860D3 !important;
}
.home_news .newsItems .newItem .newImage {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 154px;
  overflow: hidden;
}
.home_news .newsItems .newItem .newImage .tag {
  min-width: 60px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  text-align: center;
  padding: 0 2px;
}
.home_news .newsItems .newItem .newImage .img {
  display: inline-block;
  width: 250px;
  height: 154px;
  background-size: cover;
  background-position: center center;
}
.home_news .newsItems .newItem .newContent {
  padding-left: 20px;
}
.home_news .newsItems .newItem .newContent .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.home_news .newsItems .newItem .newContent .title .istop {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ff9231;
  color: #ff9231;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 3px;
  margin-right: 10px;
}
.home_news .newsItems .newItem .newContent .des {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  height: 76px;
  margin-bottom: 6px;
}
.home_news .newsItems .newItem .newContent .time {
  color: #999999;
}
.home_news .newsItems .newItem .newContent .tag {
  height: 18px;
  background: #99B2E3;
  color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
}
.home_news .newsItems2 {
  justify-content: space-between;
}
.home_news .newsItems2 .newsItem {
  width: 398px;
  height: 220px;
  display: inline-block;
}
.home_news .newsItems2 .newsItem .image {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 130px;
  overflow: hidden;
}
.home_news .newsItems2 .newsItem .image .img {
  display: inline-block;
  width: 170px;
  height: 130px;
  background-size: cover;
  background-position: center center;
}
.home_news .newsItems2 .newsItem .content {
  padding-left: 21px;
}
.home_news .newsItems2 .newsItem .content .tags {
  vertical-align: middle;
  padding-bottom: 10px;
}
.home_news .newsItems2 .newsItem .content .tags img {
  vertical-align: text-top;
}
.home_news .newsItems2 .newsItem .content .tag {
  display: inline-block;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  background: #F2F2F2;
  opacity: 0.8;
  border-radius: 11px;
  border: none;
}
.home_news .newsItems2 .newsItem .content .title {
  height: 76px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
}
.home_news .newsItems2 .newsItem .content .time {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.home_news .newsItems2 .newsItem .content .time .media-author {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
.home_news .newsItems2 .newsItem .des {
  padding-top: 13px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.home_news .newsItems2 .newsItem .des .des_con {
  height: 45px;
}
.home_news .newsItems2 .newsItem .des .pre {
  font-size: 12px;
  color: #999999;
  line-height: 1;
  margin-top: 15px;
}
.home_news .right {
  width: 326px;
}
.home_news .right .head .title {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  line-height: 1;
}
.home_news .right .head .more a {
  display: inline-block;
  font-size: 14px;
  color: #4860D3;
  line-height: 24px;
  background-image: url(../images/home/home045.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 18px;
}
.home_news .right .head .more a:hover {
  color: #4860D3;
  background-image: url(../images/home/home045_hover.png);
}
.home_news .right .research-institute {
  margin-top: 30px !important;
}
.home_news .home_extalk .items .item {
  width: 326px;
  height: 230px;
  border: 1px solid #F2F2F2;
  background: linear-gradient(0deg, #FFFFFF 50%, #F4F5FF 100%);
  margin-top: 24px;
  padding: 20px;
  padding-bottom: 18px;
}
.home_news .home_extalk .items .item .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  display: block;
  height: 50px;
}
.home_news .home_extalk .items .item .txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-bottom: 26px;
  border-bottom: 1px solid #F2F2F2;
  padding-top: 16px;
  height: 116px;
}
.home_news .home_extalk .items .item .txt .con {
  width: 100%;
  overflow: hidden;
  height: 72px;
}
.home_news .home_extalk .items .item .time {
  font-size: 12px;
  color: #999999;
  text-align: right;
  padding-top: 16px;
  line-height: 1;
}

.rttItems {
  padding-top: 30px;
}
.rttItems .rttItem {
  position: relative;
  margin-bottom: 20px;
}
.rttItems .rttItem .sond {
  position: absolute;
  left: 0;
  top: 8px;
}
.rttItems .rttItem .title {
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.rttItems .rttItem .time {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.rttItems .rttItem .time .playBtn {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #4860D3;
  border-radius: 11px;
  color: #4860D3;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 22px;
  cursor: pointer;
}
.rttItems .rttItem .time .playBtn .syllabus-code {
  position: absolute;
  display: none;
  padding-top: 6px;
  border: 4px solid #ececec;
  width: 131px;
  height: 119px;
  background: #fff;
  font-size: 12px;
  left: 50%;
  top: -135px;
  margin-left: -60px;
}
.rttItems .rttItem .time .playBtn .syllabus-code img {
  display: block;
  margin: 0 auto;
}
.rttItems .rttItem .time .playBtn .syllabus-code p {
  color: #B2B2B2;
  font-size: 14px;
  text-align: center;
}
.rttItems .rttItem .time .playBtn .syllabus-code .syllabus-narrow {
  width: 15px;
  height: 11px;
  background: url(../images/course/code_narrow.jpg);
  position: absolute;
  left: 50%;
  top: 111px;
  margin-left: -8px;
}
.rttItems .rttItem .time .playBtn .tip_qr {
  left: 50%;
  top: -135px;
  margin-left: -60px;
  display: none;
}
.rttItems .rttItem .time .playBtn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #4860D3;
  position: absolute;
  top: 4px;
  left: 10px;
}
.rttItems .rttItem .time .playBtn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 5px;
  left: 11px;
}
.rttItems .rttItem .time .playBtn:hover {
  background-color: #4860D3;
  color: #ffffff;
}
.rttItems .rttItem .time .playBtn.appshow:hover .tip_qr {
  display: inline-block;
}
.rttItems .rttItem .time .playBtn.appshow:hover .syllabus-code {
  display: block;
}

.guideItems {
  padding-top: 15px;
}
.guideItems .guideItem {
  margin: 15px 0 15px 0;
}
.guideItems .guideItem .guideImage {
  width: 140px;
  height: 88px;
  overflow: hidden;
  background-color: #232E4C;
}
.guideItems .guideItem .guideImage .img {
  display: inline-block;
  width: 140px;
  height: 88px;
  background-size: cover;
  background-position: center center;
}
.guideItems .guideItem .info {
  padding-left: 12px;
}
.guideItems .guideItem .info .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
}
.guideItems .guideItem .info .tags {
  padding: 8px 0;
}
.guideItems .guideItem .info .tags .tag {
  height: 20px;
  background: #F1F3F6;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  color: #8C9BB9;
  margin-right: 6px;
  border: none;
}
.guideItems .guideItem .info .price {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #FF4F51;
}
.guideItems .guideItem .info .price span {
  font-size: 14px;
}
.guideItems .guideItem .info .price .exp {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #8C9BB9;
  line-height: 36px;
  font-weight: normal;
}

.exchangeItems .exchangeItem {
  position: relative;
  margin: 30px 0;
}
.exchangeItems .exchangeItem .user {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
.exchangeItems .exchangeItem .user .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #232E4C;
  border-radius: 50%;
  background-size: cover;
}
.exchangeItems .exchangeItem .info {
  padding-left: 16px;
}
.exchangeItems .exchangeItem .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.exchangeItems .exchangeItem .title span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.exchangeItems .exchangeItem .des {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  height: 50px;
}

.home_train {
  position: relative;
}
.home_train .train_fdy_title {
  font-size: 24px;
  font-weight: bold;
  color: #4860D3;
  margin-top: 3px;
}
.home_train .h01 {
  font-size: 32px;
  color: #111111;
  font-weight: bold;
  padding-top: 52px;
  line-height: 1;
  text-align: center;
  z-index: 1;
  position: relative;
}
.home_train .h03 {
  font-size: 18px;
  color: #666666;
  line-height: 60px;
  text-align: center;
  z-index: 1;
  position: relative;
  font-weight: normal;
}
.home_train .train_fdy {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.home_train .train_fdy .trainItems {
  width: 1200px;
  overflow: hidden;
  margin-top: 37px;
}
.home_train .train_fdy .trainItems .trainItem {
  width: 374px;
  padding-left: 110px;
  margin-right: 38px;
}
.home_train .train_fdy .trainItems .trainItem img {
  width: 90px;
  height: 90px;
  float: left;
  margin-left: -110px;
  border-radius: 50%;
}
.home_train .train_fdy .trainItems .trainItem .train_name {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.home_train .train_fdy .trainItems .trainItem .train_name span {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-right: 17px;
}
.home_train .train_fdy .trainItems .trainItem article {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 54px;
}
.home_train .train_arrows {
  height: 90px;
  width: 1320px;
  position: absolute;
  top: 75px;
  left: -60px;
  overflow: hidden;
  padding: 20px;
}
.home_train .train_arrows .leftArrow, .home_train .train_arrows .rightArrow {
  display: inline-block;
  position: absolute;
  top: 30%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #4860D3;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.home_train .train_arrows .leftArrow i, .home_train .train_arrows .rightArrow i {
  font-size: 20px;
  color: #fff;
}
.home_train .train_arrows .leftArrow:hover, .home_train .train_arrows .rightArrow:hover {
  background-color: #5b73e4;
}
.home_train .train_arrows .leftArrow:hover i, .home_train .train_arrows .rightArrow:hover i {
  color: #fff;
}
.home_train .train_arrows .leftArrow {
  left: 0;
  transform: rotate(180deg);
}
.home_train .train_arrows .rightArrow {
  right: 0;
}
.home_train .course-cnxh-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 50px;
}
.home_train .course-cnxh-list li {
  width: 266px;
  float: left;
  margin-right: 45px;
}
.home_train .course-cnxh-list li:nth-child(4n) {
  margin-right: 0;
}
.home_train .course-cnxh-list .home-train-more {
  width: 150px;
  height: 36px;
  border: 1px solid #4860D3;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4860D3;
}
.home_train .course-cnxh-list .home-train-more:hover {
  background: #4860D3;
  color: #fff;
}

.train_rxkc {
  width: 1200px;
  margin: 0 auto;
}
.train_rxkc .train_fdy_title {
  padding: 49px 0 23px;
}
.train_rxkc .train_course {
  display: flex;
  justify-content: space-between;
}
.train_rxkc .train_course .train_course_left {
  width: 380px;
  height: 235px;
  overflow: hidden;
}
.train_rxkc .train_course .train_course_left img {
  display: block;
  width: 380px;
  height: 235px;
}
.train_rxkc .train_course .train_course_right {
  width: 774px;
}
.train_rxkc .train_course .train_course_right .train_course_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
.train_rxkc .train_course .train_course_right .train_course_info {
  height: 20px;
  margin-top: 14px;
  line-height: 20px;
}
.train_rxkc .train_course .train_course_right .train_course_info .tags {
  font-size: 0;
  height: 20px;
  overflow: hidden;
  width: 580px;
  float: left;
}
.train_rxkc .train_course .train_course_right .train_course_info .tags span {
  display: inline-block;
  font-size: 12px;
  color: #8C9BB9;
  padding: 0 8px;
  background: #F1F3F6;
  margin-right: 10px;
  height: 20px;
}
.train_rxkc .train_course .train_course_right .train_course_info .price {
  float: left;
  font-size: 14px;
  color: #FF4F51;
}
.train_rxkc .train_course .train_course_right .train_course_info .price span {
  font-size: 18px;
}
.train_rxkc .train_course .train_course_right .train_course_info .join_study {
  float: right;
  font-size: 12px;
  color: #8C9BB9;
}
.train_rxkc .train_course .train_course_right .syllabus-list {
  margin-top: 10px;
}
.train_rxkc .train_course .train_course_right .syllabus-list li {
  width: 350px;
}
.train_rxkc .train_course .train_course_right .course-syllabus {
  margin-top: 26px;
}
.train_rxkc .train_course .train_course_right .course-syllabus .syllabus-list li {
  margin-bottom: 15px;
}

.home_project_dynamic {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 27px 0 70px;
  justify-content: space-between;
}
.home_project_dynamic .pdtitle {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_project_dynamic .pdtitle a {
  font-size: 14px;
  color: #4860D3;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.home_project_dynamic .pdtitle a i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/home/home045.png);
  margin-left: 5px;
}
.home_project_dynamic .pdtitle a:hover {
  color: #4860D3;
}
.home_project_dynamic .pdtitle a:hover i {
  background: url(../images/home/home045_hover.png);
}
.home_project_dynamic .home_project {
  width: 833px;
}
.home_project_dynamic .home_project .w1 {
  width: 313px;
  text-align: left !important;
  padding-left: 20px;
}
.home_project_dynamic .home_project .w2 {
  width: 100px;
  text-align: left !important;
}
.home_project_dynamic .home_project .w3 {
  width: 100px;
}
.home_project_dynamic .home_project .w4 {
  width: 100px;
  text-align: center;
}
.home_project_dynamic .home_project .w5 {
  width: 100px;
  text-align: center;
}
.home_project_dynamic .home_project .w6 {
  width: 120px;
  padding-right: 10px;
  text-align: right;
}
.home_project_dynamic .home_project .home_project_top ul {
  display: flex;
  height: 86px;
  align-items: center;
}
.home_project_dynamic .home_project .home_project_top ul li {
  font-size: 16px;
  color: #111111;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
  height: 86px;
  line-height: 86px;
}
.home_project_dynamic .home_project .home_project_list li {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.home_project_dynamic .home_project .home_project_list li:last-child {
  border-bottom: 0;
}
.home_project_dynamic .home_project .home_project_list li .xmmc {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.home_project_dynamic .home_project .home_project_list li .xmmc a {
  color: #000;
  display: block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_project_dynamic .home_project .home_project_list li .xmmc a:hover {
  color: #4860D3;
}
.home_project_dynamic .home_project .home_project_list li .xmmc .bp {
  width: 32px;
  height: 20px;
  background: #99B2E3;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  line-height: 20px;
  display: inline-block;
  margin: 0 4px;
}
.home_project_dynamic .home_project .home_project_list li .xmms {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_project_dynamic .home_project .home_project_list li .ssjd {
  display: flex;
  align-items: center;
}
.home_project_dynamic .home_project .home_project_list li .ssjd i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/home/home021.png);
  margin-right: 5px;
}
.home_project_dynamic .home_project .home_project_list li .address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_project_dynamic .home_project .home_project_list li .address i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/home/home020.png);
  margin-right: 5px;
}
.home_project_dynamic .home_project .home_project_list li .sshy {
  display: flex;
  flex-direction: column;
  width: 70px;
  margin: 0 auto;
}
.home_project_dynamic .home_project .home_project_list li .sshy span {
  padding: 0 10px;
  border: 1px solid #4860D3;
  color: #4860D3;
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_project_dynamic .home_project .home_project_list li .ytxmf {
  display: inline-block;
  width: 81px;
  height: 28px;
  background: url(../images/home/home049.png);
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
.home_project_dynamic .home_project .home_project_list li .ytxmf:hover {
  background: url(../images/home/home050.png);
}
.home_project_dynamic .home_project .home_project_list .pl20 {
  padding-left: 20px;
}
.home_project_dynamic .home-dynamic {
  width: 326px;
}
.home_project_dynamic .home-dynamic .release-project {
  width: 326px;
  height: 106px;
  background: url(../images/home/home048.png);
  margin-top: 10px;
}
.home_project_dynamic .home-dynamic .release-project a {
  display: block;
  width: 326px;
  height: 106px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
.home_project_dynamic .home-dynamic .release-project a h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 25px;
}
.home_project_dynamic .home-dynamic .release-project a p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 12px;
}
.home_project_dynamic .home-dynamic .release-project a i {
  position: absolute;
  width: 41px;
  height: 41px;
  background: url(../images/home/home047.png);
  display: block;
  top: 33px;
  right: 30px;
}
.home_project_dynamic .home-dynamic .release-project a:hover i {
  background: url(../images/home/home046.png);
}
.home_project_dynamic .home-dynamic .dynamicList.news {
  height: 530px;
  overflow: hidden;
  margin-top: 30px;
}
.home_project_dynamic .home-dynamic .dynamicList.news .item::after {
  top: 7px;
}
.home_project_dynamic .home-dynamic .dynamicList.news .item .title {
  color: #666666;
  font-weight: normal;
  line-height: 24px;
}
.home_project_dynamic .home-dynamic .dynamicList.news .item .title span {
  color: #4860D3;
}

.topsearch {
  width: 280px;
  padding: 0 10px;
  height: 39px;
  line-height: 37px;
  border: 1px solid #4860d3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topsearch .search-icon {
  width: 21px;
  height: 22px;
  background-image: url(../images/invest/invest_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.topsearch .search-keyword {
  font-size: 14px;
  color: #333;
  padding-left: 0;
  border: 0;
  height: 36px;
  width: 230px;
}

.kr-portal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10009;
  overflow: hidden;
}
.kr-portal .kr-search-mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  overflow: auto;
}
.kr-portal .kr-search-mask .kr-search-mask-main {
  width: 760px;
  margin: auto;
}
.kr-portal .kr-search-mask .kr-search-mask-main .close {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 108px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .close .close-img {
  width: 20px;
  height: 20px;
  background: url("../images/invest/invest_14.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.kr-portal .kr-search-mask .kr-search-mask-main .mask-search-input {
  margin-top: 35px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .mask-search-input .search-box {
  background: #F9F9F9;
  width: 758px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #E9EAF9;
  display: flex;
  align-items: center;
}
.kr-portal .kr-search-mask .kr-search-mask-main .mask-search-input .search-box input {
  background: transparent;
  border: none;
  flex: 1;
}
.kr-portal .kr-search-mask .kr-search-mask-main .mask-search-input .search-box input::placeholder {
  font-size: 18px;
  color: #999999;
}
.kr-portal .kr-search-mask .kr-search-mask-main .mask-search-input .search-box .search-icon {
  width: 21px;
  height: 22px;
  background-image: url(../images/invest/invest_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 22px;
  cursor: pointer;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content {
  display: flex;
  padding-top: 40px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search {
  position: relative;
  flex: 1;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search .hot-tag {
  color: #333333;
  font-size: 20px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search .hot-word {
  list-style: none;
  padding-top: 25px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search .hot-word .hot-word-item:not(last-child) {
  margin-right: 15px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search .hot-word .hot-word-item {
  color: #666666;
  font-size: 16px;
  float: left;
  cursor: pointer;
  background: #E8E8E8;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search .hot-word .hot-word-item .hot-word-common:hover {
  color: #ffffff;
  background: #4860D3;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .kr-search-mask-hot-search .hot-word .hot-word-item .hot-word-common {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  display: block;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box {
  width: 236px;
  border-left: 1px solid #E9EAF9;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .box-title {
  display: flex;
  justify-content: space-between;
  padding-left: 28px;
  margin-top: -7px;
  align-items: center;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .box-title .name {
  color: #333333;
  font-size: 20px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .box-title .icon {
  background-image: url(../images/invest/delete_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .list-wrap {
  padding-top: 20px;
  padding-left: 28px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .list-wrap .item-history {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .list-wrap .item-history a {
  font-size: 16px;
  padding: 5px 0;
  color: #828181;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .list-wrap .item-history span {
  display: inline-block;
  width: 8px;
  height: 8px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .list-wrap .item-history:hover a {
  color: #4860D3;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .list-wrap .item-history:hover span {
  background-image: url(../images/invest/close.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .qr-img-wrap {
  padding-top: 50px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .qr-img-wrap .img-bg {
  width: 118px;
  height: 126px;
  background: url("../images/invest/app_qr.png");
  background-size: 100% 100%;
  margin-left: 80px;
}
.kr-portal .kr-search-mask .kr-search-mask-main .search-content .history-box .qr-img-wrap .text-tips {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  padding-top: 15px;
  padding-left: 45px;
  text-align: center;
}

.kf-layer {
  position: fixed;
  z-index: 1005;
  width: 800px;
  height: 600px;
  background: #fff;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.close-kf-layer {
  position: absolute;
  z-index: 1000000;
  right: 10px;
  top: 7px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  padding: 0 10px;
  line-height: 48px;
}

.home-project-more {
  width: 220px;
  height: 40px;
  margin: 0 auto;
  padding: 10px 0;
}
.home-project-more .btn-project-more {
  display: block;
  width: 220px;
  height: 40px;
  border: 1px solid #4860D3;
  text-align: center;
  line-height: 38px;
  color: #4860D3;
  font-size: 16px;
}
.home-project-more .btn-project-more:hover {
  background: #4860D3;
  color: #fff;
}

.investment-hdxc-list {
  width: 100%;
}
.investment-hdxc-list ul li {
  margin-right: 11px;
}
.investment-hdxc-list ul li:last-child {
  margin-right: 0;
}

.home-base-title {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  display: flex;
  align-items: center;
}
.home-base-title.topics {
  margin-top: 10px;
}
.home-base-title .more {
  display: flex;
  margin-left: auto;
  font-weight: normal;
  font-size: 14px;
  color: #4860D3;
  align-items: center;
}
.home-base-title .more i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/home/home045.png);
  margin-left: 5px;
}
.home-base-title .more:hover i {
  background: url(../images/home/home045_hover.png);
}

.home-topics-list {
  margin-top: 30px;
  width: 100%;
  height: 122px;
}
.home-topics-list .swiper-slide {
  width: 263px;
  height: 122px;
  display: block;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.home-topics-list .swiper-slide img {
  display: block;
  width: 263px;
  height: 122px;
}
.home-topics-list .swiper-slide .slide-bottom {
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.home-topics-list .swiper-slide .slide-bottom .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  max-width: 170px;
}
.home-topics-list .swiper-slide .slide-bottom .counts {
  border-radius: 3px;
  height: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}

.new-box-wrap .show-more {
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #4860d3;
  font-size: 16px;
  color: #4860d3;
  text-align: center;
  line-height: 38px;
}
.new-box-wrap .show-more:hover {
  background: #4860d3;
  color: #fff;
}

.investment-hdxc-list ul li {
  border: 1px solid #eee;
  width: 270px;
  height: auto;
}

.investment-hdxc-list ul li .pic {
  width: 100%;
  height: 152px;
}

.investment-hdxc-list ul li .pic img {
  width: 100%;
  height: 152px;
}

.investment-hdxc-list ul li .font section {
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.investment-hdxc-list ul li .font h5 {
  line-height: 24px;
  height: 48px;
}
